container: Remove include_internals parameter from forall
authorTimm Bäder <mail@baedert.org>
Sat, 22 Apr 2017 20:16:27 +0000 (22:16 +0200)
committerTimm Bäder <mail@baedert.org>
Tue, 25 Apr 2017 18:30:37 +0000 (20:30 +0200)
commitf053a63d7480d1b15e4d556ba48461ee3426dc49
tree0cb40b0a560d66463d372fa03c7770a270652a16
parent066c1983ba2c6f1f891e600c561ab03eac2074a6
container: Remove include_internals parameter from forall

with include_internals=TRUE, this is the same as the (still private)
gtk_widget_forall, or just using the children/sibling accessors in a
loop.
33 files changed:
demos/gtk-demo/gtkfishbowl.c
gtk/gtkactionbar.c
gtk/gtkapplicationwindow.c
gtk/gtkbin.c
gtk/gtkbox.c
gtk/gtkcombobox.c
gtk/gtkcontainer.c
gtk/gtkcontainer.h
gtk/gtkfixed.c
gtk/gtkflowbox.c
gtk/gtkframe.c
gtk/gtkgrid.c
gtk/gtkheaderbar.c
gtk/gtkiconview.c
gtk/gtklayout.c
gtk/gtklistbox.c
gtk/gtkmenuitem.c
gtk/gtkmenushell.c
gtk/gtknotebook.c
gtk/gtkoverlay.c
gtk/gtkpaned.c
gtk/gtkpathbar.c
gtk/gtkscrolledwindow.c
gtk/gtkshortcutsgroup.c
gtk/gtkshortcutssection.c
gtk/gtkshortcutswindow.c
gtk/gtkstack.c
gtk/gtktextview.c
gtk/gtktoolbar.c
gtk/gtktoolitemgroup.c
gtk/gtktoolpalette.c
gtk/gtktreeview.c
gtk/gtkwindow.c